home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / CheeseHunt.swf / scripts / frame_170 / PlaceObject2_193_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-08-04  |  115 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.hero))
  3.    {
  4.       _root.gotoAndStop("End Level 3");
  5.    }
  6. }
  7.